Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(en): merge webpack.js.org/master into webpack.js.org/cn @ adf6f27a #1266

Merged
merged 33 commits into from
Aug 22, 2021

Conversation

chenxsan and others added 30 commits August 9, 2021 19:58
* docs(configuration): sort options

* add buildHttp

* docs(configuration): document buildHttp

* optimize

* docs(configuration): optimize
The CreateApp.dev utility is immensely useful yet buried at the bottom of this page. I wish I'd had it from when I first started working with Webpack. So I've given it a much high prominence.
* new page for awesome-webpack

* docs: update

* fix link

* Apply suggestions from code review

Co-authored-by: Sam Chen <[email protected]>

* remove deprecated loaders and plugins

* docs: remove outdated links

* docs: fix links

Co-authored-by: Sam Chen <[email protected]>
* rename vote.md to vote.mdx

* rename license.md to license.mdx

* rename glossary.md to glossary.mdx

* rename comparison.md to .mdx

* rename html-webpack-plugin.md

* rename automatic-prefetch-plugin.md

* rename banner-plugin.md

* rename commons-chunk-plugin.md

* rename context-exclusion-plugin.md

* rename context-replacement-plugin.md

* rename dll-plugin.md

* rename environment-plugin.md

* rename eval-source-map-dev-tool-plugin.md

* rename hashed-module-ids-plugin.md

* rename hot-module-replacement-plugin.md

* rename ignore-plugin.md

* rename index.md

* rename limit-chunk-count-plugin.md

* rename module-concatenation-plugin.md

* rename module-concatenation-plugin.md

* rename NoEmitOnErrorsPlugin.md

* rename normal-module-replacement-plugin.md

* rename prefetch-plugin.md

* rename profiling-plugin.md

* rename progress-plugin.md

* rename provide-plugin.md

* rename source-map-dev-tool-plugin.md

* rename split-chunks-plugin.md

* rename watch-ignore-plugin.md

* rename 3.md and fix whitespaces

* rename 4.md

* rename 5.md

* rename index.md

* rename blogs

* rename api

* rename concepts

* fix proselint

* rename why-webpack.md

* rename configuration

* rename contribute

* rename guides

* rename branding.md

* Revert "rename branding.md"

This reverts commit 2f58c58.

* rename printable.md

* Revert "rename printable.md"

This reverts commit d256dc3.

* rename index.md

* Revert "Revert "rename branding.md""

This reverts commit 4abb3a8.

* extract style

* Revert "Revert "rename printable.md""

This reverts commit 20799a8.

* Revert "Revert "Revert "rename printable.md"""

This reverts commit 9a7a3ea.

* Update src/content/concepts/configuration.mdx

* rename to mdx
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix dead links for the old loaders
* docs(configuration): fix heading level

* docs(configuration): move output.futureEmitAssets

* docs(configuration): move output.uniqueName

* docs(configuration): move output.importFunctionName

* docs(configuration): move output.iife

* docs(configuration): move output.module

* docs(configuration): move output.workerChunkLoading
)

Upgrade webpack to 5 is the next step, and we can only use `optimization.moduleIds: 'hashed'` in v4
webpack#5296)

* docs(configuration): remove resolve.enforceModuleExtension

* docs(configuration): remove resolveLoader.enforceModuleExtension
* deprecate null-loader for webpack 5

* deprecate mocha-loader

* deprecate istanbul-instrumenter-loader

* clean up
* docs: move performance.assetFilters

* docs(configuration): move performance.maxAssetSize

* docs(configuration): fix heading levels for performance
* fetch readme.md as mdx

* close opened img tags

* fix regular expression to contain nested div[align="center"]

* Revert "fix regular expression to contain nested div[align="center"]"

This reverts commit 557e4e9.

* optimize cleanup

* use mdx for printable

* concatenate mdx

* fix

* revert

* disable concatenate docs

* disable all loaders for testing

* disable all plugins for testing

* Revert "disable concatenate docs"

This reverts commit 23cf1bb.

* Revert "disable all loaders for testing"

This reverts commit f673c88.

* Revert "disable all plugins for testing"

This reverts commit e95b09f.
* Clarify use of paths in Condition

Due to path.resolve not adding a trailing slash automatically, building a Condition using it might apply to more than the user expects. Modified the example slightly and added some comments to it.

* Break comments to better fit page layout

* Use path.join instead of path.resolve

Co-authored-by: Nitin Kumar <[email protected]>

Co-authored-by: Nitin Kumar <[email protected]>
…bpack#5314)

* docs(configuration): add link to migration guide for devServer v4

* use badge

* Update src/content/configuration/dev-server.mdx
* Fix related link format

* Update src/content/guides/code-splitting.mdx

* update related title

Co-authored-by: Sam Chen <[email protected]>
* update icon for dark mode

* update colors
@jacob-lcs jacob-lcs merged commit b576022 into cn Aug 22, 2021
@QC-L QC-L deleted the sync-adf6f27a branch August 22, 2021 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.